From 26f067672aa670b149a62e4c253f677a3f554227 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 5 Sep 2006 17:26:18 +0100 Subject: [PATCH] Added vmunused flag to unit test results to match recent change. Signed-off-by: Ewan Mellor --- tools/python/xen/xm/tests/test_create.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/python/xen/xm/tests/test_create.py b/tools/python/xen/xm/tests/test_create.py index c3b68a00d3..ce8e192413 100644 --- a/tools/python/xen/xm/tests/test_create.py +++ b/tools/python/xen/xm/tests/test_create.py @@ -51,6 +51,7 @@ class test_create(unittest.TestCase): 'path' : '.:/etc/xen', 'builder' : 'linux', 'nics' : -1, + 'vncunused' : 1, 'xauthority': xen.xm.create.get_xauthority(), }) @@ -101,6 +102,7 @@ on_crash = 'destroy' 'path' : '.:/etc/xen', 'builder' : 'linux', + 'vncunused' : 1, 'xauthority' : xen.xm.create.get_xauthority(), }) @@ -140,6 +142,7 @@ cpu_weight = 0.75 'builder' : 'linux', 'nics' : -1, + 'vncunused' : 1, 'xauthority' : xen.xm.create.get_xauthority(), }) @@ -182,6 +185,7 @@ ne2000=0 xen.xm.create.VNC_BASE_PORT + xen.xm.create.choose_vnc_display())), 'vnc' : 1, + 'vncunused' : 1, 'vncviewer' : 1, 'xm_file' : fname, -- 2.30.2